projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee7bf2a
)
(ad-start-advice-on-load): Initialize to t.
author
Roland McGrath
<roland@gnu.org>
Fri, 16 Jul 1993 19:53:38 +0000
(19:53 +0000)
committer
Roland McGrath
<roland@gnu.org>
Fri, 16 Jul 1993 19:53:38 +0000
(19:53 +0000)
lisp/emacs-lisp/advice.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/advice.el
b/lisp/emacs-lisp/advice.el
index 8a435da174b457ff86734982e21e9dc4ea56307d..df706198753563d17142bb3456996d184f244dc9 100644
(file)
--- a/
lisp/emacs-lisp/advice.el
+++ b/
lisp/emacs-lisp/advice.el
@@
-2031,7
+2031,7
@@
This will be true for GNU Emacs-19 as well as Lemacs.")
"Non-NIL if we run Lucid's version of Emacs-19.")
;;;###autoload
-(defvar ad-start-advice-on-load
nil
+(defvar ad-start-advice-on-load
t
"*Non-NIL will start advice magic when this file gets loaded.
Also see function `ad-start-advice'.")